Don't put `delete-selection' property on `insert-parentheses' symbol
authorJuri Linkov <juri@jurta.org>
Sat, 1 May 2004 04:00:51 +0000 (04:00 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 1 May 2004 04:00:51 +0000 (04:00 +0000)
to take advantage of region handling in `insert-pair' function.
Suggested by Stephan Stahl <stahl@eos.franken.de>

lisp/delsel.el

index 88e23cb218e674bcac10a21bf9bbccfb6238d764..d8e034a5f9fc0bdf5c1c49c68001ad2f2574150e 100644 (file)
@@ -123,8 +123,6 @@ any selection."
 (put 'newline 'delete-selection t)
 (put 'open-line 'delete-selection 'kill)
 
-(put 'insert-parentheses 'delete-selection t)
-
 ;; This is very useful for cancelling a selection in the minibuffer without
 ;; aborting the minibuffer.
 (defun minibuffer-keyboard-quit ()